home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00259.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  125 b   |  7 lines

  1. on idle
  2.  if getError(member "SWAHolder) <> 0 then
  3.   alert "SWA Error" &&  
  4.    getErrorString(member "SWAHolder")
  5.  end if
  6. end
  7.